home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib9
/
v_11_11
/
saks
/
immdes.hpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
195 b
|
13 lines
const String &passthru(const String &x)
{
return x;
}
void foo()
{
String x("foo");
String y("bar");
size_t len = passthru(s + t).len();
// ...
}